Skip to main content

InitialOptions

The InitialOptions class provides configuration options for initializing a workflow, including project and flow names, process and request identifiers, event ID, document parameters, and options.

Properties

NameDescription
AgentModeGets or sets a value indicating whether the workflow is in agent mode.
ProjectNameGets or sets the name of the project associated with the workflow.
DocumentParametersGets or sets the document parameters for the workflow.
EventIdGets or sets the event identifier for the workflow, if applicable.
APIGets or sets the API instance for managing the workflow.
RequestIdGets or sets the request identifier for the workflow, if applicable.
DocumentOptionsGets or sets the list of document options for the workflow.
ProcessIdGets or sets the process identifier for the workflow.
FlowNameGets or sets the name of the flow within the project.

Constructors

NameDescription
InitialOptions(projectName, flowName, documentOptions, processId, requestId, eventId)Initializes a new instance of the InitialOptions class with specified project and flow names, document options, and optional process ID, request ID, and event ID.
InitialOptions(projectName, flowName, processId, requestId, eventId)Initializes a new instance of the InitialOptions class with specified project and flow names, and optional process ID, request ID, and event ID.
InitialOptions()Initializes a new instance of the InitialOptions class with default values.